Documentation changes.
authorCody Russell <crussell@canonical.com>
Mon, 28 Dec 2009 15:24:12 +0000 (09:24 -0600)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:45 +0000 (20:53 -0400)
gtk/gtkoffscreenwindow.c

index 2b9b41571279e02c130144965d774ba7913752ca..98034c6b5b6c91237ef09a3e54b4996a70bd145e 100644 (file)
@@ -35,8 +35,8 @@
  * is a toplevel widget you cannot obtain snapshots of a full window
  * with it since you cannot pack a toplevel widget in another toplevel.
  *
- * The idea is to take a widget and manually set the size and state of
- * it, add it to a #GtkOffscreenWindow and then retrieve the snapshot
+ * The idea is to take a widget and manually set the state of it,
+ * add it to a #GtkOffscreenWindow and then retrieve the snapshot
  * as a #GdkPixmap or #GdkPixbuf.
  *
  * #GtkOffscreenWindow derives from #GtkWindow only as an implementation